wayland: Add missing symbol export
authorRob Bradford <rob@linux.intel.com>
Wed, 26 Jun 2013 14:09:51 +0000 (15:09 +0100)
committerRob Bradford <rob@linux.intel.com>
Wed, 26 Jun 2013 14:09:51 +0000 (15:09 +0100)
gdk_wayland_window_set_use_custom_surface was not being exported
correctly.

https://bugzilla.gnome.org/show_bug.cgi?id=695861

gdk/wayland/gdkwaylandwindow.h

index 0ce2c31bba8fc5ea8c1f9a2d0cc234f466ecfe64..9619a66fcb31876887a922050d8abe845cd67bf8 100644 (file)
@@ -50,6 +50,7 @@ struct wl_surface       *gdk_wayland_window_get_wl_surface       (GdkWindow *win
 GDK_AVAILABLE_IN_ALL
 struct wl_shell_surface *gdk_wayland_window_get_wl_shell_surface (GdkWindow *window);
 
+GDK_AVAILABLE_IN_ALL
 void                     gdk_wayland_window_set_use_custom_surface (GdkWindow *window);
 
 G_END_DECLS